You can use these constants in the loopType field of an atomic instrument sample description record Atomic Instrument Sample Description Record to indicate the type of loop you want.
enum {
kMusicLoopTypeNormal = 0,
kMusicLoopTypePalindrome = 1
};